home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Games
/
Solitaire
/
Sources
/
Template
/
English.lproj
/
LargeGame.nib
/
data.classes
next >
Wrap
Text File
|
1994-01-11
|
601b
|
47 lines
GameModule = {
ACTIONS = {
endGame:;
showRules:;
startGame:;
windowDidMove:;
inspector:;
windowWillClose:;
restartGame:;
};
OUTLETS = {
prefs;
rulesWindow;
inspector;
bundle;
gameWindow;
};
SUPERCLASS = Object;
};
Template = {
ACTIONS = {
};
OUTLETS = {
};
SUPERCLASS = GameModule;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
CardPileView = {
ACTIONS = {
drawDragCard:;
resetBacking:;
};
OUTLETS = {
delegate;
coverPile3;
coverPile1;
coverPile4;
coverPile2;
beneath;
};
SUPERCLASS = View;
};